PCA Index Dashboard Examples

PCA Index Dashboard Examples#

This script was last run at 2024-03-01 19:07:43.209086+00:00 (UTC)
In US/Central Time, this is 2024-03-01 13:07:43.209086-06:00
df['3-Month T-Bill Minus 10-Year Treasury'] = df['3-Month T-Bill'] - df['10-Year Treasury']
fig = px.line(df['3-Month T-Bill Minus 10-Year Treasury'])
fig.show()
../_images/80f91ebd3cc8d895562df145034f6fc45be7fcea2f3b8a6fe5a89516c845a257.png
../_images/119f977c4941dd761cc9254d6bd5bc83abfe4dbd0da8fd7a338b6fd8adf17bdc.png